home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / pshare / util / copyto / cptoshex.inf < prev    next >
Encoding:
Windows Setup INFormation  |  1998-10-01  |  2.2 KB  |  81 lines

  1. ; CopyTo Install
  2. [version]
  3. signature="$CHICAGO$"
  4. SetupClass=BASE
  5.  
  6. [DefaultInstall]
  7. DelFiles=ThisDll.sys.delete
  8. CopyFiles=ThisDll.win.install,ThisDll.sys.install
  9. AddReg=ThisDll.Add.Reg,ThisDll.Uninst.Reg
  10. UpdateInis=ThisDll.Links
  11.  
  12. [ThisDll.Add.Reg]
  13. HKCR,CLSID\%GUID%,,,"%NAME%"
  14. HKCR,CLSID\%GUID%\InProcServer32,,,"%11%\%SubDir%\%ThisDll%"
  15. HKCR,CLSID\%GUID%\InProcServer32,ThreadingModel,,"Apartment"
  16. HKCR,*\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  17. HKCR,folder\ShellEx\ContextMenuHandlers\%NAME%,,,%GUID%
  18. HKCR,folder\ShellEx\DragDropHandlers\%NAME%,,,%GUID%
  19. HKCR,.cp2,,,cp2file
  20. HKCR,cp2file,,,"%FileType%"
  21. HKCR,cp2file\DefaultIcon,,,"%10%\copyto.exe,0"
  22. HKCR,cp2file\shell,,,"Open"
  23. HKCR,cp2file\shell\open\command,,,"%10%\Copyto.exe /exec ""%%1"""
  24. HKCR,cp2file\shell\edit,,,"%FileEdit%"
  25. HKCR,cp2file\shell\edit\command,,,"%10%\Copyto.exe /edit ""%%1"""
  26.  
  27. [ThisDll.Uninst.Reg]
  28. HKLM,%UIF%,DisplayName,,"%Uninst_DESC%"
  29. HKLM,%UIF%,UninstallString,,"%11%\%SubDir%\cptsetup.exe /uninstall"
  30.  
  31. [ThisDll.win.install]
  32. copyto.exe
  33. copyto.hlp
  34. copyto.cnt
  35.  
  36. [ThisDll.sys.install]
  37. cptoshex.dll
  38. cptsetup.exe
  39.  
  40. [ThisDll.sys.delete]
  41. copytoun.exe
  42.  
  43. [DestinationDirs]
  44. ThisDll.win.install=10
  45. ThisDll.sys.install=11,%SubDir% ; to System\%SubDir%
  46. ThisDll.sys.delete =11,%SubDir% ; to System\%SubDir%
  47.  
  48. [SourceDisksNames]
  49. 55="CopyTo","",1
  50.  
  51. [SourceDisksFiles]
  52. copyto.exe=55
  53. copyto.hlp=55
  54. copyto.cnt=55
  55. cptoshex.dll=55
  56. copytoun.exe=55
  57.  
  58. [ThisDll.Links]
  59. setup.ini, progman.groups,, "group1=%LinksPROG_LOCN%"
  60. setup.ini, group1,, """%Links_Desc%"", ""%10%\CopyTo.Exe"",,,,,%Links_ShortDesc%"
  61. setup.ini, group1,, """%Links_Desc% Help"", ""%10%\CopyTo.hlp"",,,,,%Links_ShortDesc%"
  62.  
  63. [Strings]
  64. SubDir = "ShellExt"
  65. NAME="CopyTo"
  66. ThisDll = "cptoshex.dll"
  67. UIF="Software\Microsoft\Windows\CurrentVersion\Uninstall\CopyTo"
  68. GUID="{5095FFA0-2CFD-11d0-8C55-0080C7D71A86}"
  69. LinksPROG      = "CopyTo"    ;
  70. LinksPROG_LOCN = "CopyTo"    ; shortcut location
  71. Links_Desc     = "CopyTo"    ; shortcut name
  72. Links_ShortDesc= "CopyTo"    ; details view
  73. ; for Japanese
  74. ;Uninst_DESC = "CopyTo (ìφÅ£é╠é▌)"
  75. ;FileType="CopyTo âtâ@âCâï"
  76. ;FileEdit="CopyTo âtâ@âCâïé╠ô╟ì₧(&E)"
  77. ; for US
  78. Uninst_DESC = "CopyTo (Remove Only)"
  79. FileType="CopyTo File"
  80. FileEdit="&Edit  CopyTo File"
  81.